Skip to content

Bump Azure.AI.Projects and Azure.Identity#13

Merged
leestott merged 2 commits intomainfrom
dependabot/nuget/src/WorkshopLab.AgentHost/multi-6106efa202
Apr 12, 2026
Merged

Bump Azure.AI.Projects and Azure.Identity#13
leestott merged 2 commits intomainfrom
dependabot/nuget/src/WorkshopLab.AgentHost/multi-6106efa202

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Updated Azure.AI.Projects from 1.2.0-beta.5 to 2.0.0.

Release notes

Sourced from Azure.AI.Projects's releases.

2.0.0

2.0.0 (2026-03-31)

Breaking Changes

  • The StructuredInputs property was removed from CreateResponseOptions.
  • Conversations property was replaced by GetProjectConversationsClient() method.
  • Responses property was replaced by GetProjectResponsesClient() method.
  • Files property was replaced by GetProjectFilesClient() method.
  • VectorStores property was replaced by GetProjectVectorStoresClient() method.

2.0.0-beta.2

2.0.0-beta.2 (2026-03-12)

Breaking Changes

  • The Azure.AI.Projects.OpenAI package was renamed to Azure.AI.Extensions.OpenAI
  • The Agents administration was moved to the Azure.AI.Projects.Agents package.
  • OpenAI dependency was upgraded to 2.9.1.

2.0.0-beta.1

2.0.0-beta.1 (2026-03-12)

Features Added

This is the first release of the Azure.AI.Extensions.OpenAI library, a new extension package for the official OpenAI .NET library that facilitates and simplifies use of Microsoft Foundry extensions to OpenAI APIs. This package replaces the Azure.AI.Projects.OpenAI package. All features, related to Agents management were moved to Azure.AI.Projects.Agents.

Breaking Changes

  • The Agents tools were moved to the Azure.AI.Projects.Agents package.
  • GetProjectResponsesClientForAgent cannot be used with AgentDefinition and AgentRecord as these classes are the part of the Azure.AI.Projects.Agents package.

1.52.0

1.52.0 (2026-03-23)

Features Added

  • Added IndonesiaCentral, NewZealandNorth, and MalaysiaWest locations to AzureLocation struct.
  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for AzureClients configuration in appsettings.json, including Retry and Diagnostics options.

Bugs Fixed

  • Fixed implicit conversion operators to not throw exceptions on null inputs per Framework Design Guidelines. Operators now return safe defaults: null for reference types, default for value types.
  • Fixed RequestContent.Dispose() to be idempotent and thread-safe, preventing ArrayPool buffers from being returned multiple times when disposed concurrently or repeatedly.
  • Fixed HttpClientTransport to correctly set the Host header on outgoing requests when explicitly specified, rather than falling through to TryAddWithoutValidation.

Breaking Changes

  • Added nullability annotations to implicit conversion operator parameters for Response<T>, AzureLocation, ContentType, ResourceType, RequestContent, and DynamicData to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.
  • Updated RequestContent implicit conversion operators to return nullable RequestContent? to accurately reflect that null inputs produce null outputs.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

1.16.0-beta.2

1.16.0-beta.2 (2026-03-26)

Breaking Changes

  • Renaming of models to align with the Azure SDK naming convention:
    Added NetApp prefix to models: CacheResource, BucketResource, NetAppBucketResource, ActiveDirectoryConfigResource, SecretPassword, NetAppSecretPassword, LdapConfiguration, DayOfWeek renamed to NetAppDayOfWeek,
    FileSystemUser, NfsUser, SmbSettings, PeeringPassphrases, OriginClusterInformation, ChangeZoneContent
  • Added NetApp prefix to Enums: PolicyStatus, EncryptionState, CredentialsStatus, BreakthroughMode, VolumeSize, SnapshotUsage, KerberosState, GlobalFileLockingState, LargeVolumeType, SmbEncryptionState, CifsChangeNotifyState,
    EnableWriteBackState, LdapServerType, LdapState, OnCertificateConflictAction, SnapshotDirectoryVisibility, ExternalReplicationSetupStatus
  • Standardized AKV abbreviation in models CertificateAkvDetails renamed to CertificateKeyVaultDetails, CredentialsAkvDetails renamed to CredentialsKeyVaultDetails, EntraIdAkvConfig renamed to EntraIdKeyVaultConfig, EntraIdAkvConfigPatch renamed to EntraIdKeyVaultConfigPatch
  • Renamed KeyPairExpiry to KeyPairExpiresOn in BucketGenerateCredentials

1.16.0-beta.1

1.16.0-beta.1 (2026-03-23)

Features Added

1.15.0

1.15.0 (2026-03-03)

Features Added

  • Upgraded api-version tag from 'package-2025-06-01' to 'package-2025-12-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4b0af9ea3ddad4d6fc0c08572e00ee68679a213c/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added RansomwareReport resource support on NetAppVolumeResource, including GetRansomwareReports, GetRansomwareReport, and ClearSuspects.
  • Added quota report support on NetAppVolumeResource with GetQuotaReport and GetQuotaReportAsync.
  • Added RansomwareProtection to VolumePropertiesDataProtection and VolumePatchPropertiesDataProtection.
  • Added models ListQuotaReportResult, NetAppVolumeQuotaReport, and QuotaReportFilterContent.
  • Added models RansomwareProtectionPatchSettings, RansomwareProtectionSettings, RansomwareReportProperties, RansomwareSuspects, RansomwareSuspectsClearContent, and SuspectFile.
  • Added enums ActualRansomwareProtectionState, DesiredRansomwareProtectionState, RansomwareReportSeverity, RansomwareReportState, RansomwareSuspectResolution, and NetAppVolumeQuotaType.

Breaking Changes

  • Updated generated quota APIs to add QuotaItemResource-based overloads while retaining NetAppSubscriptionQuotaItem APIs for compatibility.
  • Updated backup relationship status enum usage to VolumeBackupRelationshipStatus.

Bugs Fixed

  • Fixed debug-time quota resource validation to accept both account-scoped and location-scoped quota resource IDs.

1.10.0

1.10.0 (2026-03-16)

Features Added

  • Added JsonPatch.EnumerateArray method that iterates over JSON array elements at a specified path, yielding each element as raw UTF-8 bytes.
  • Added CollectionResult<T>.FromPages and AsyncCollectionResult<T>.FromPages static factory methods that create collection result instances from pre-existing pages of values for testing.
  • Added IsReadOnly property to ClientPipelineOptions and ClientLoggingOptions so callers can check whether options can still be modified without catching an exception.
  • Added Clone() method to ClientPipelineOptions and ClientLoggingOptions that creates a new mutable instance from an existing instance that may be read-only.
  • Added ConfigurationSchema.json to the NuGet package via the MSBuild JsonSchemaSegment feature, enabling automatic JSON IntelliSense and validation for appsettings.json when configuring System.ClientModel-based clients.
  • Updated BCL dependencies to 10.x.

Bugs Fixed

  • Fixed implicit conversion operator for ClientResult<T> to not throw exceptions on null inputs per Framework Design Guidelines. Null inputs now return default.

Breaking Changes

  • Added nullability annotation to the ClientResult<T> implicit conversion operator parameter to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.

1.7.1

1.7.1 (2026-03-20)

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.7.0

1.7.0 (2026-03-27)

Features Added

  • Added ApplicationInsightsRestClientSettings to support creating a ApplicationInsightsRestClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
    (#​56891)

Bugs Fixed

  • Fixed AOT warning regression by using the source generator for ConfigurationBinder calls.
    (#​56368)

Other Changes

  • Update OpenTelemetry dependencies
    • OpenTelemetry 1.15.1
    • OpenTelemetry.Extensions.Hosting 1.15.1
      (#​57549)
  • Made AzureMonitorLogExporter, AzureMonitorMetricExporter, and AzureMonitorTraceExporter public for direct use when configuring OpenTelemetry.
    (#​56344)
  • Made options EnablePerformanceCounters and EnableStandardMetrics public in AzureMonitorExporterOptions.
    (#​56344)

1.6.2

1.6.2 (2026-04-02)

Other Changes

  • Upgraded dependent Azure.Core to 1.52.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.
  • Migrated from AutoRest/Swagger to TypeSpec-based generation.

1.6.1

1.6.1 (2026-03-10)

Bugs Fixed

  • Fixed ActiveDirectoryDomainGuid deserialization to handle empty string values returned by the service (#​56903)

1.6.0-beta.1

1.6.0-beta.1 (2026-03-11)

Features Added

  • Added Condition property to ResourceBicepMetadata to support conditional resource deployment. The condition generates Bicep if (condition) syntax and accepts literal boolean values, parameter references, or complex expressions.

1.5.0

1.5.0 (2026-03-04)

Features Added

  • Added AddKeyVaultSecrets extension methods on IConfigurationBuilder that create a SecretClient from configuration using the Azure.Core configuration extensions (built on System.ClientModel).

Bugs Fixed

  • Handle OperationCanceledException in PollForSecretChangesAsync so the background polling loop exits cleanly when the provider is disposed.

1.5.0-beta.2

1.5.0-beta.2 (2026-03-19)

Features Added

  • Upgraded Registry api-version to 2026-01-01-preview.

1.5.0-beta.1

1.5.0-beta.1 (2026-03-27)

Features Added

1.4.0

1.4.0 (2026-04-01)

Features Added

  • Upgraded API version to 2026-02-01.

1.4.0-beta.1

1.4.0-beta.1 (2026-03-12)

Features Added

  • Upgraded api-version to 2026-01-02-preview.

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1
  • Upgraded dependent Azure.ResourceManager to 1.14.0

1.3.1

1.3.1 (2026-03-20)

Features Added

  • Make Azure.ResourceManager.RecoveryServicesBackup AOT-compatible.

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.3.0

1.3.0 (2026-03-13)

Features Added

  • Upgraded to API version 2026-02-01 (stable).
  • Added SkipManagedNsgAssignment property to ServiceFabricManagedClusterData.
  • Added EnableResilientEphemeralOsDisk property to ServiceFabricManagedNodeTypeData

Breaking Changes

  • Removed preview-only fault simulation types (NodeTypeFaultSimulation, FaultSimulationStatus, SfmcOperationStatus).

1.3.0-beta.1

1.3.0-beta.1 (2026-03-15)

Features Added

  • Updated the client library to use API Version 2025-11-01-preview. This adds all the capabilities that were introduced until this API version.
  • This release adds models and enums for all the APIs supported by Azure Load Testing.
  • Support for Notification Rules
    • Added methods CreateOrUpdateNotificationRule, CreateOrUpdateNotificationRuleAsync, GetNotificationRule, GetNotificationRuleAsync, DeleteNotificationRule, DeleteNotificationRuleAsync, GetNotificationRules, and GetNotificationRulesAsync in LoadTestAdministrationClient to work with notification rules.
  • Support for Triggers
    • Added methods CreateOrUpdateTrigger, CreateOrUpdateTriggerAsync, GetTrigger, GetTriggerAsync, DeleteTrigger, DeleteTriggerAsync, GetTriggers, and GetTriggersAsync in LoadTestAdministrationClient to work with scheduling test triggers.
  • Support for Actionable Insights
    • Added methods GenerateTestRunInsights, GenerateTestRunInsightsAsync, UpdateLatestTestRunInsights, UpdateLatestTestRunInsightsAsync, GetLatestTestRunInsights, and GetLatestTestRunInsightsAsync in LoadTestRunClient to work with actionable insights.
  • Support for generating test plan recommendations
    • Added methods GenerateTestPlanRecommendations and GenerateTestPlanRecommendationsAsync in LoadTestAdministrationClient which generates AI recommendations to author a load test plan using an uploaded browser recording file.
  • Support for Cloning load test
    • Added methods CloneTest and CloneTestAsync in LoadTestAdministrationClient to clone a load test.

1.2.0

1.2.0 (2026-03-13)

Other Changes

  • Refreshed provisioning library with latest resource model updates.

1.2.0-beta.10

1.2.0-beta.10 (2026-03-20)

Bugs Fixed

  • Improved error reporting during streaming response processing.
  • Fixed issue on streaming event deserialization issue.
  • Fix OpenAPI tool call serialization during telemetry collection issue.
  • Fix function arguments serialization issue.

Sample updates

  • Added code to show how to force tool use in Azure AI Search with streaming example. Related to issue.
  • Added sample, demonstrating the logging of network requests.
  • Added sample for generation of structured outputs. Related to issue

Commits viewable in compare view.

Updated Azure.Identity from 1.17.1 to 1.20.0.

Release notes

Sourced from Azure.Identity's releases.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Azure.AI.Projects from 1.2.0-beta.5 to 2.0.0
Bumps Azure.Identity from 1.17.1 to 1.20.0

---
updated-dependencies:
- dependency-name: Azure.AI.Projects
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Azure.Identity
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Azure.AI.Projects
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Azure.Identity
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2026

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@leestott leestott merged commit 0a4e5e7 into main Apr 12, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/WorkshopLab.AgentHost/multi-6106efa202 branch April 12, 2026 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant